go/types.Basic.info (field)

6 uses

	go/types (current package)
		basic.go#L71: 	info BasicInfo
		basic.go#L79: func (b *Basic) Info() BasicInfo { return b.info }
		predicates.go#L39: 	return u != nil && u.info&info != 0
		predicates.go#L96: 	return b == nil || b.info&IsUntyped == 0
		predicates.go#L111: 	return b != nil && b.info&IsUntyped != 0 && b.info&IsNumeric != 0